@import "base.css";

.row1{
    padding: 50px 0;
}
.row1 .wrap{
    display: flex;
}

.row1 .wrap .left{
    width: 230px;
}

.row1 .wrap .left .cate{
    height: 100%;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
}

.row1 .wrap .left .cate-header{
    padding: 28px 0;
    background-color: #0042b3;
    color: #fff;
}

.row1 .wrap .left .cate-header .en-title{
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.row1 .wrap .left .cate-header .title{
    font-size: 26px;
    line-height: 1;
    text-align: center;
}

.row1 .wrap .left .cate-body ul{
    list-style: none;
    margin: 0;
    padding: 30px 30px 0;
    overflow: hidden;
}

.row1 .wrap .left .cate-body ul li{
    margin-bottom: 20px;
}

.row1 .wrap .left .cate-body ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    border: 1px solid #0042b3;
    background-color: #ffffff;
    border-radius: 6px;
}

.row1 .wrap .left .cate-body ul li a:hover{
    background-color: #0042b3;
    color: #ffffff;
}

.row1 .wrap .left .cate-footer{
    padding-bottom: 20px;
    border-bottom: 3px solid #0042b3;
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    margin-top: auto;
}

.row1 .wrap .left .cate-footer h3{
    color: #0042b3;
}

.row1 .wrap .left .cate-footer em{
    font-style: normal;
    font-size: 14px;
    color: #0042b3;
    margin-top: 10px;
}

.row1 .wrap .left .cate-footer p{
    margin: 10px 0 0 0;
    color: #1355c6;
    font-size: 26px;
    font-weight: bold;
}

.row1 .wrap .right{
    flex: 1;
    margin-left: 20px;
}

.row1 .wrap .right ul li a{
    position: relative;
}

.row1 .wrap .right ul li a .img{
    z-index: 1;
}

.row1 .wrap .right ul li a .title{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,64,177,0.5);
    color: #ffffff;
    z-index: 2;
}

.row1 .wrap .right ul li a:hover .title{
    background-color: rgba(0,64,177,1);
}

.row2 {
    text-align: center;
    background: #2754a4 url('../../img/row2.webp') no-repeat center 0;
    background-size: auto 250px;
    height: 250px;
}

.row3 {
    padding: 50px 0;
}

.row3 .widget-header .title {
    font-size: 36px;
    font-weight: bolder;
    color: #21478b;
    line-height: 1;
    text-align: center;
}

.row3 .widget-header .info {
    color: #565656;
    line-height: 1.8;
    padding: 0 100px;
    text-align: justify;
    margin-top: 20px;
}

.row3 .widget-body{
    padding-top: 30px;
}

.row3 .pic-list ul li{
    width: 25%;
}

.row3 .pic-list .title{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
}

.row4 {
    background-color: #f5f5f5;
    padding: 50px 0;
}

.row4 .widget-header .title {
    font-size: 36px;
    font-weight: bolder;
    color: #21478b;
    line-height: 1;
    text-align: center;
}

.row4 .widget-header .info {
    color: #565656;
    line-height: 1.8;
    padding: 0 100px;
    margin-top: 20px;
    text-align: center;
}

.row4 .widget-body{
    padding-top: 30px;
}

.row4 .widget-body .l{
    width: 60%;
}

.row4 .widget-body .r{
    width: 40%;
}

.row4 .widget-body .r{
    padding-left: 55px;
}

.row4 .widget-body .l img{
    width: 100%;
}

.row4 .widget-body .r .t1{
    color: #fd6e27;
    font-size: 36px;
    font-family: KaiTi;
    font-weight: normal;
}

.row4 .widget-body .r .t2{
    color: rgba(33, 37, 41, 1);
    font-size: 30px;
    font-weight: normal;
    line-height: 1.5;
    position: relative;
    padding-bottom: 6px;
}

.row4 .widget-body .r .t2::before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background-color: #fd6e27;
    content: '';
}

.row4 .widget-body .r .t3{
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    line-height: 2.3;
    margin-top: 30px;
    text-align: justify;
}

.row4 .widget-body .r .more{
    border: 1px solid #fd6e27;
    border-radius: 10px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width:10em;
    margin-top: 20px;
    margin-left: auto;
    color: #fd6e27;
}

.row4 .widget-body .r .more:hover{
    background-color: #fd6e27;
    color: #ffffff;
}

.row5{
    padding: 50px 0;
}

.row5 .widget-header .title {
    font-size: 36px;
    font-weight: bolder;
    color: #21478b;
    line-height: 1;
    text-align: center;
}

.row5 .widget-header .info {
    color: #565656;
    line-height: 1.8;
    padding: 0 100px;
    margin-top: 20px;
    text-align: center;
}

.row5 .news-list {
    overflow: hidden;
}

.row5 .news-list ul{
    list-style: none;
    margin: 0 -20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.row5 .news-list ul li{
    width: 50%;
    padding: 0 20px;
    margin-top: 40px;
}

.row5 .news-list ul li a{
    display: flex;
    width: 100%;
    padding: 15px;
    background-color: #FFFFFF;
    align-items: center;
    transition: 0.4s ease-in-out;
}

.row5 .news-list ul li a:hover{
    transform: translateY(-10px);
}

.row5 .news-list ul li a .l{
    width: 120px;
    height: 80px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.row5 .news-list ul li a .l img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.row5 .news-list ul li a .r{
    flex: 1;
    margin-left: 20px;
}

.row5 .news-list ul li a .r .title{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    line-height: 1;
}

.row5 .news-list ul li a:hover .r .title{
    color: #21478b;
}

.row5 .news-list ul li a .r .info{
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #777777;
    margin-top: 15px;
}

.row5 .news-list > .btn {
    height: 48px;
    background-color: #FFFFFF;
    color: #21478b;
    width: 180px;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    line-height: 1;
    border: 1px solid #21478b;
}

.row5 .news-list > .btn svg {
    margin-left: 5px;
    font-size: 20px;
}

.row5 .news-list > .btn:hover {
    background-color: #21478b;
    color: #FFFFFF;
    border-color: #21478b;
}